home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2005 June / PCWJUN05A.iso / Software / Resources / SyncBack 3.2.8.200 / SyncBack_Setup.exe / {app} / SyncBack.exe / 0 / RCDATA / TFRMABOUT / TFRMABOUT.txt
Text File  |  2005-03-20  |  1KB  |  59 lines

  1. object frmAbout: TfrmAbout
  2.   Left = 287
  3.   Top = 314
  4.   HelpType = htKeyword
  5.   HelpKeyword = 'About SyncBack'
  6.   AutoSize = True
  7.   BorderIcons = [biSystemMenu]
  8.   BorderStyle = bsDialog
  9.   Caption = 'About SyncBack'
  10.   ClientHeight = 310
  11.   ClientWidth = 553
  12.   Color = clBtnFace
  13.   Font.Charset = ANSI_CHARSET
  14.   Font.Color = clWindowText
  15.   Font.Height = -11
  16.   Font.Name = 'Tahoma'
  17.   Font.Style = []
  18.   OldCreateOrder = False
  19.   Position = poScreenCenter
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object AboutImage: TGifImage
  24.     Left = 0
  25.     Top = 0
  26.     Width = 553
  27.     Height = 310
  28.     AutoSize = True
  29.     OnMouseDown = AboutImageMouseDown
  30.     OnMouseMove = AboutImageMouseMove
  31.   end
  32.   object bClose: TJvXPButton
  33.     Left = 8
  34.     Top = 8
  35.     Caption = 'Close'
  36.     TabOrder = 0
  37.     ModalResult = 2
  38.     Visible = False
  39.     OnClick = bCloseClick
  40.   end
  41.   object bAbout: TJvXPButton
  42.     Left = 8
  43.     Top = 32
  44.     Width = 97
  45.     TabOrder = 1
  46.     Visible = False
  47.     OnClick = bAboutClick
  48.   end
  49.   object bAbout2: TJvXPButton
  50.     Left = 8
  51.     Top = 56
  52.     Width = 97
  53.     Enabled = False
  54.     TabOrder = 2
  55.     Visible = False
  56.     OnClick = bAbout2Click
  57.   end
  58. end
  59.